Versions:
func-e (pronounced “funky”) is a lightweight command-line utility published by Tetrate that streamlines the installation, management, and testing of Envoy Proxy versions. Designed for DevOps, platform engineers, and cloud-native developers, the tool exposes a simple CLI through which users can list every published Envoy release, download any chosen build, launch it with a supplied configuration, and capture a complete runtime snapshot the moment the process ends. These snapshots bundle the active Envoy configuration, bootstrap logs, and admin interface output into a timestamped archive, making post-mortem analysis, upgrade validation, and collaborative troubleshooting straightforward. Because each invocation is isolated, engineers can iterate rapidly on service-mesh or edge-gateway settings without polluting the host system or altering existing clusters. The software is especially useful for continuous-integration pipelines that must prove a given Envoy version and config combination before promotion to production, as well as for support teams that need to reproduce customer issues against the exact same binary. func-e belongs to the “Networking / Proxy Tools” category and is currently offered at version 1.1.4; the project has released eight numbered versions since its inception, reflecting an active cadence that tracks upstream Envoy milestones. The tool is cross-platform, requiring only a 64-bit Windows environment to operate, and it automatically handles the retrieval of official Envoy binaries, eliminating manual searches or checksum verification steps. func-e is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation alongside other applications.
Tags: